home *** CD-ROM | disk | FTP | other *** search
/ One Click 11 / OneClick11.iso / Bancos de Dados / Relatorios / SQL Server Comparison Tool 1.2 / sqlct12.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-04-30  |  4.7 KB  |  60 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=SQL Server Comparison Tool
  4. AppVerName=SQL Server Comparison Tool 1.2
  5. AppId=SQL Server Comparison Tool
  6. AppVersion=1.2
  7. AppPublisher=AlfaAlfa Software, Inc.
  8. AppPublisherURL=http://www.sql-server-tool.com
  9. AppSupportURL=http://www.sql-server-tool.com
  10. AppUpdatesURL=http://www.sql-server-tool.com
  11. DefaultDirName={pf}\SQL Server Comparison Tool
  12. DefaultGroupName=SQL Server Comparison Tool
  13. UninstallDisplayIcon={app}\sct.exe
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\sct.exe"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: ignoreversion 
  23. Source: "{app}\ArmAccess.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  24. Source: "{app}\sct.hlp"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  25. Source: "{sys}\STDOLE2.TLB"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  26. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  27. Source: "{sys}\OLEAUT32.DLL"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  28. Source: "{sys}\OLEPRO32.DLL"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  29. Source: "{sys}\ASYCFILT.DLL"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace sharedfile 
  30. Source: "{sys}\COMCAT.DLL"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  31. Source: "{sys}\mfc42.dll"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver 
  32. Source: "{sys}\msvcrt.dll"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace 
  33. Source: "{sys}\pvbutton.ocx"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  34. Source: "{sys}\pvlist.ocx"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  35. Source: "{sys}\sstabs2.ocx"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  36. Source: "{sys}\MSFLXGRD.OCX"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile onlyifdoesntexist 
  37. Source: "{sys}\RICHTX32.OCX"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile onlyifdoesntexist 
  38. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  39. Source: "{app}\TipOfDay.txt"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  40. [INI]
  41. FileName: "{app}\sct.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sql-server-tool.com"; 
  42. [Run]
  43. Filename: "{app}\sct.exe"; Description: "Launch SQL Server Comparison Tool"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; Flags: postinstall skipifsilent nowait
  44. [Icons]
  45. Name: "{group}\SQL Server Comparison Tool"; Filename: "{app}\sct.exe"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  46. Name: "{group}\SQL Server Comparison Tool on the Web"; Filename: "{app}\sct.url"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  47. Name: "{group}\Help"; Filename: "{app}\sct.hlp"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  48. Name: "{userdesktop}\SQL Server Comparison Tool"; Filename: "{app}\sct.exe"; Tasks: desktopicon; 
  49. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SQL Server Comparison Tool"; Filename: "{app}\sct.exe"; Tasks: quicklaunchicon; 
  50. Name: "{group}\Uninstall SQL Server Comparison Tool"; Filename: "{uninstallexe}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 4; 
  51. [Tasks]
  52. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  53. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  54. [UninstallDelete]
  55. Type: files; Name: "{app}\sct.url"; 
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.